home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / misc / TeeHdl10.readme < prev    next >
Encoding:
Text File  |  1996-10-11  |  2.5 KB  |  70 lines

  1. Short:    Output redirection to multiple files. V1.0
  2. Author:   rawstyle@blackbox.dame.de (Michael Krause)
  3. Uploader: rawstyle@blackbox.dame.de (Michael Krause)
  4. Type:     util/misc
  5.  
  6. --------------------------------------------------------------------------
  7.                               TeeHandler v1.0
  8. --------------------------------------------------------------------------
  9.  
  10.                   Written on 07-Sep-96 by Michael Krause
  11.                This distribution is entirely Public Domain.
  12.  
  13. --------------------------------------------------------------------------
  14.  
  15. >>> WHAT IS IT?
  16.  
  17. I  remember that once I wanted to redirect an assembler output to a console
  18. window (so that I could see what the assembler is currently working on) and
  19. to  a file (so that I could view it later, to find errors etc.) at the same
  20. time.  This was not possible, however.
  21.  
  22. Today I was fed up with it and wrote TeeHandler.
  23.  
  24. >>> HOW DO I INSTALL IT?
  25.  
  26. Copy   `tee-handler'   to   L:   and  TEE/TEE.info  to  DEVS:DOSDrivers  or
  27. SYS:Storage/DOSDrivers - depends.
  28.  
  29. >>> HOW DO I USE IT?
  30.  
  31. You must provide the destination file names after the `TEE:', divided by an
  32. at  (@)  sign.  The file names have to be absolute path names.  Since there
  33. would be some trouble providing the colon (:) in the file name, you have to
  34. replace  it  by  a percent (%) sign.  You can specify as many file names as
  35. you wish.  Examples:
  36.  
  37.     type s:startup-sequence >tee:con%0/0/640/200@ram%test
  38.  
  39.     make >tee:con%100/100/440/200/Compiling...@t%compile-errors
  40.  
  41. >>> WHAT ABOUT THE SOURCE CODE?
  42.  
  43. TeeHandler  was  written  using GCC 2.7.0.  Use the source as an example of
  44. how  AmigaDOS  handlers  work.   Modify it, burn it, sell it...  but handle
  45. with care ;-)
  46.  
  47. >>> WHERE DO I FIND THE AUTHOR?
  48.  
  49. rawstyle@blackbox.dame.de
  50. http://www.szczecin.pl/~rawstyle/
  51.  
  52. >>> 42?
  53.  
  54.  
  55. ============================= Archive contents =============================
  56.  
  57. Original  Packed Ratio    Date     Time    Name
  58. -------- ------- ----- --------- --------  -------------
  59.      199     143 28.1% 06-Sep-96 20:06:16 +Makefile
  60.       95      86  9.4% 06-Sep-96 15:24:16 +startup.s
  61.      104      96  7.6% 07-Sep-96 17:11:00 +TEE
  62.     1236     846 31.5% 07-Sep-96 16:41:48 +tee-handler
  63.     5440    2053 62.2% 07-Sep-96 16:41:00 +tee-handler.c
  64.      481     264 45.1% 02-Sep-92 11:57:50 +TEE.info
  65.     1811     896 50.5% 07-Sep-96 17:10:26 +TeeHandler.readme
  66.      628     280 55.4% 26-Aug-96 19:42:12  TeeHandler.info
  67.      394     218 44.6% 07-Sep-96 17:08:58  file_id.diz
  68. -------- ------- ----- --------- --------
  69.    10388    4882 53.0% 15-Sep-96 19:27:18   9 files
  70.